services.nextcloud.settings."profile.enabled"

NixOS option

Makes user-profiles globally available under nextcloud.tld/u/user.name. Even though it’s enabled by default in Nextcloud, it must be explicitly enabled here because it has the side-effect that personal information is even accessible to unauthenticated users by default. By default, the following properties are set to “Show to everyone” if this flag is enabled: About Full name Headline Organisation Profile picture Role Twitter Website Only has an effect in Nextcloud 23 and later.

type: boolean
Default
false
Example
true
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →